runtime/pprof.protobuf.int64Opt (method)

18 uses

	runtime/pprof (current package)
		pprof.go#L437: 	b.pb.int64Opt(tagProfile_Period, 1)
		pprof.go#L505: 	b.pb.int64Opt(tagProfile_Period, 1)
		proto.go#L174: 	b.pb.int64Opt(tagLabel_Key, b.stringIndex(key))
		proto.go#L175: 	b.pb.int64Opt(tagLabel_Str, b.stringIndex(str))
		proto.go#L176: 	b.pb.int64Opt(tagLabel_Num, num)
		proto.go#L184: 	b.pb.int64Opt(tagLine_Line, line)
		proto.go#L195: 	b.pb.int64Opt(tagMapping_Filename, b.stringIndex(file))
		proto.go#L196: 	b.pb.int64Opt(tagMapping_BuildID, b.stringIndex(buildID))
		proto.go#L351: 	b.pb.int64Opt(tagProfile_TimeNanos, b.start.UnixNano())
		proto.go#L355: 		b.pb.int64Opt(tagProfile_DurationNanos, b.end.Sub(b.start).Nanoseconds())
		proto.go#L357: 		b.pb.int64Opt(tagProfile_Period, b.period)
		proto.go#L648: 		b.pb.int64Opt(tagFunction_Name, b.stringIndex(fn.name))
		proto.go#L649: 		b.pb.int64Opt(tagFunction_SystemName, b.stringIndex(fn.name))
		proto.go#L650: 		b.pb.int64Opt(tagFunction_Filename, b.stringIndex(fn.file))
		proto.go#L651: 		b.pb.int64Opt(tagFunction_StartLine, fn.startLine)
		protobuf.go#L65: func (b *protobuf) int64Opt(tag int, x int64) {
		protomem.go#L19: 	b.pb.int64Opt(tagProfile_Period, rate)
		protomem.go#L25: 		b.pb.int64Opt(tagProfile_DefaultSampleType, b.stringIndex(defaultSampleType))